projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f08431
)
(ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 2 Aug 2005 10:24:17 +0000
(10:24 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 2 Aug 2005 10:24:17 +0000
(10:24 +0000)
lisp/progmodes/ada-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-mode.el
b/lisp/progmodes/ada-mode.el
index de4cd1f4b1e2e7f7e95b36d0b641f55bd9ccf2eb..ea99369d16b819dee36ecef258e33c8ceb4dd660 100644
(file)
--- a/
lisp/progmodes/ada-mode.el
+++ b/
lisp/progmodes/ada-mode.el
@@
-1280,7
+1280,7
@@
If you use ada-xref.el:
(progn
(add-to-list 'align-dq-string-modes 'ada-mode)
(add-to-list 'align-open-comment-modes 'ada-mode)
- (set (make-
variable-buffer-local
'align-region-separate)
+ (set (make-
local-variable
'align-region-separate)
ada-align-region-separate)
;; Exclude comments alone on line from alignment.